home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / lib / python2.4 / encodings / mac_greek.pyo (.txt) < prev    next >
Python Compiled Bytecode  |  2005-10-18  |  4KB  |  165 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.4)
  3.  
  4. """ Python Character Mapping Codec generated from 'GREEK.TXT' with gencodec.py.
  5.  
  6. Written by Marc-Andre Lemburg (mal@lemburg.com).
  7.  
  8. (c) Copyright CNRI, All Rights Reserved. NO WARRANTY.
  9. (c) Copyright 2000 Guido van Rossum.
  10.  
  11. """
  12. import codecs
  13.  
  14. class Codec(codecs.Codec):
  15.     
  16.     def encode(self, input, errors = 'strict'):
  17.         return codecs.charmap_encode(input, errors, encoding_map)
  18.  
  19.     
  20.     def decode(self, input, errors = 'strict'):
  21.         return codecs.charmap_decode(input, errors, decoding_map)
  22.  
  23.  
  24.  
  25. class StreamWriter(Codec, codecs.StreamWriter):
  26.     pass
  27.  
  28.  
  29. class StreamReader(Codec, codecs.StreamReader):
  30.     pass
  31.  
  32.  
  33. def getregentry():
  34.     return (Codec().encode, Codec().decode, StreamReader, StreamWriter)
  35.  
  36. decoding_map = codecs.make_identity_dict(range(256))
  37. decoding_map.update({
  38.     128: 196,
  39.     129: 185,
  40.     130: 178,
  41.     131: 201,
  42.     132: 179,
  43.     133: 214,
  44.     134: 220,
  45.     135: 901,
  46.     136: 224,
  47.     137: 226,
  48.     138: 228,
  49.     139: 900,
  50.     140: 168,
  51.     141: 231,
  52.     142: 233,
  53.     143: 232,
  54.     144: 234,
  55.     145: 235,
  56.     146: 163,
  57.     147: 8482,
  58.     148: 238,
  59.     149: 239,
  60.     150: 8226,
  61.     151: 189,
  62.     152: 8240,
  63.     153: 244,
  64.     154: 246,
  65.     155: 166,
  66.     156: 173,
  67.     157: 249,
  68.     158: 251,
  69.     159: 252,
  70.     160: 8224,
  71.     161: 915,
  72.     162: 916,
  73.     163: 920,
  74.     164: 923,
  75.     165: 926,
  76.     166: 928,
  77.     167: 223,
  78.     168: 174,
  79.     170: 931,
  80.     171: 938,
  81.     172: 167,
  82.     173: 8800,
  83.     174: 176,
  84.     175: 903,
  85.     176: 913,
  86.     178: 8804,
  87.     179: 8805,
  88.     180: 165,
  89.     181: 914,
  90.     182: 917,
  91.     183: 918,
  92.     184: 919,
  93.     185: 921,
  94.     186: 922,
  95.     187: 924,
  96.     188: 934,
  97.     189: 939,
  98.     190: 936,
  99.     191: 937,
  100.     192: 940,
  101.     193: 925,
  102.     194: 172,
  103.     195: 927,
  104.     196: 929,
  105.     197: 8776,
  106.     198: 932,
  107.     199: 171,
  108.     200: 187,
  109.     201: 8230,
  110.     202: 160,
  111.     203: 933,
  112.     204: 935,
  113.     205: 902,
  114.     206: 904,
  115.     207: 339,
  116.     208: 8211,
  117.     209: 8213,
  118.     210: 8220,
  119.     211: 8221,
  120.     212: 8216,
  121.     213: 8217,
  122.     214: 247,
  123.     215: 905,
  124.     216: 906,
  125.     217: 908,
  126.     218: 910,
  127.     219: 941,
  128.     220: 942,
  129.     221: 943,
  130.     222: 972,
  131.     223: 911,
  132.     224: 973,
  133.     225: 945,
  134.     226: 946,
  135.     227: 968,
  136.     228: 948,
  137.     229: 949,
  138.     230: 966,
  139.     231: 947,
  140.     232: 951,
  141.     233: 953,
  142.     234: 958,
  143.     235: 954,
  144.     236: 955,
  145.     237: 956,
  146.     238: 957,
  147.     239: 959,
  148.     240: 960,
  149.     241: 974,
  150.     242: 961,
  151.     243: 963,
  152.     244: 964,
  153.     245: 952,
  154.     246: 969,
  155.     247: 962,
  156.     248: 967,
  157.     249: 965,
  158.     250: 950,
  159.     251: 970,
  160.     252: 971,
  161.     253: 912,
  162.     254: 944,
  163.     255: None })
  164. encoding_map = codecs.make_encoding_map(decoding_map)
  165.